/usr/share/doc/geany-plugin-gendoc/README is in geany-plugin-gendoc 0.21.1.dfsg-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 | ===========
GeanyGenDoc
===========
.. contents::
About
=====
GeanyGenDoc is a plugin for Geany that aims to help code documentation by
automatically generating documentation comment basis from the source code.
Requirements
============
You will need the following packages to build GeanyGenDoc:
* Geany >= 0.19 (http://www.geany.org/)
* GTK+ >= 2.12 (http://www.gtk.org)
* GLib >= 2.14 (http://www.gtk.org)
* GIO >= 2.18 (http://www.gtk.org)
* CTPL >= 0.3 (http://ctpl.tuxfamily.org/)
* A working C compiler (GCC for example, http://gcc.gnu.org/)
* A working make implementation (GNU make is recommended,
http://www.gnu.org/software/make/)
You may also want the following packages that enables extra features:
* Docutils (http://docutils.sourceforge.net/) -- or another implementation of
rst2html -- is needed to (re)generate the HTML manual.
Installation
============
Compiling and installing the plugin is done by running the following
commands from the top-level directory (it is the parent of the one
containing this file if you're building GeanyGenDoc as part of Geany-plugins):
::
$ ./configure
$ make
$ make install
For more configuration details, run
::
$ ./configure --help
For detailed instructions, see the INSTALL file.
Usage
=====
For more details about GeanyGenDoc, see the user manual that can be found in
the docs/ subirectory or opened with the menu item `Tools → Documentation
Generator → Open Manual` from the Geany window if you already runs GeanyGenDoc.
Hacking
=======
See the HACKING file for information on how to get started on hacking
GeanyGenDoc internals.
License
=======
GeanyGenDoc is distributed under the terms of the GNU General Public License
as published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version. You should have received a copy
of the GNU General Public License along with GeanyGenDoc. If not, see
<http://www.gnu.org/licenses/>.
Contact
=======
You can mail me at <ban(at)herbesfolles(dot)org>, and I may also be on the
#geany channel on FreeNode, under the `b4n` nickname.
Bug reports and feature requests
--------------------------------
To report a bug or ask for a new feature, please use the Geany-Plugins tracker
on SourceForge: http://sourceforge.net/tracker/?group_id=222729
|