• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..09-Oct-2021-

data/H09-Oct-2021-1,6251,405

docs/H03-May-2022-1,6821,365

src/H09-Oct-2021-7,2524,747

AUTHORSH A D16-Jul-201741 21

COPYINGH A D16-Jul-201734.3 KiB675553

ChangeLogH A D16-Jul-201715.4 KiB389320

INSTALLH A D16-Jul-201715.2 KiB366284

Makefile.amH A D16-Jul-201791 53

Makefile.inH A D29-Sep-202126.9 KiB865779

NEWSH A D16-Jul-201738 42

READMEH A D17-Oct-20171.9 KiB7145

TODOH A D16-Jul-2017629 1915

README

1GeanyGenDoc
2===========
3
4.. contents::
5
6
7About
8=====
9
10GeanyGenDoc is a plugin for Geany that aims to help code documentation by
11automatically generating documentation comment basis from the source code.
12
13
14Requirements
15============
16
17You will need the following packages to build GeanyGenDoc:
18
19* Geany >= 0.19 (http://www.geany.org/)
20* GTK+ >= 2.12 (http://www.gtk.org)
21* GLib >= 2.14 (http://www.gtk.org)
22* GIO >= 2.18 (http://www.gtk.org)
23* CTPL >= 0.3 (http://ctpl.tuxfamily.org/)
24* A working C compiler (GCC for example, http://gcc.gnu.org/)
25* A working make implementation (GNU make is recommended,
26  http://www.gnu.org/software/make/)
27
28You may also want the following package that enables extra features:
29
30* Docutils (http://docutils.sourceforge.net/) -- or another implementation of
31  rst2html -- is needed to (re)generate the HTML manual.
32
33
34Usage
35=====
36
37For more details about GeanyGenDoc, see the user manual that can be found in
38the docs/ subdirectory or opened with the menu item `Tools → Documentation
39Generator → Open Manual` from the Geany window if you already run GeanyGenDoc.
40
41
42Hacking
43=======
44
45See the HACKING file for information on how to get started on hacking
46GeanyGenDoc internals.
47
48
49License
50=======
51
52GeanyGenDoc is distributed under the terms of the GNU General Public License
53as published by the Free Software Foundation, either version 3 of the
54License, or (at your option) any later version. You should have received a copy
55of the GNU General Public License along with GeanyGenDoc.  If not, see
56<http://www.gnu.org/licenses/>.
57
58
59Contact
60=======
61
62You can mail me at <ban(at)herbesfolles(dot)org>, and I may also be on the
63#geany channel on FreeNode, under the `b4n` nickname.
64
65
66Bug reports and feature requests
67--------------------------------
68
69To report a bug or ask for a new feature, please use the Geany-Plugins tracker
70on GitHub: https://github.com/geany/geany-plugins/issues
71