readme-devel-doxygen-20080713

LICENSE IPL10

Document the preferred Doxygen comment style.
This commit is contained in:
Russ Allbery 2008-07-14 06:53:14 +00:00
parent f49395a30a
commit faeb953142

View File

@ -70,6 +70,9 @@ Compiles on gcc-using machines should strive to handle using
Routines shall be defined in source prior to use if possible, and
prototyped in block at top of file if static.
API documentation in the code should be done using Qt-style Doxygen
comments.
If you make a routine or variable static, be sure and remove it from
the AIX .exp files.