Index: README.txt =================================================================== RCS file: /cvs/drupal/contributions/modules/api/README.txt,v retrieving revision 1.5 diff -u -p -r1.5 README.txt --- README.txt 6 Mar 2006 16:33:13 -0000 1.5 +++ README.txt 14 Jun 2010 06:33:51 -0000 @@ -4,6 +4,9 @@ It is designed to assume the code it doc and supports the following Doxygen constructs: @mainpage @file + @section + @subsection + @ref @defgroup @ingroup @addtogroup (as a synonym of @ ingroup) Index: api.module =================================================================== RCS file: /cvs/drupal/contributions/modules/api/api.module,v retrieving revision 1.88.2.34 diff -u -p -r1.88.2.34 api.module --- api.module 24 Aug 2009 03:33:48 -0000 1.88.2.34 +++ api.module 14 Jun 2010 06:33:51 -0000 @@ -11,6 +11,9 @@ * and supports the following Doxygen constructs: * \@mainpage * \@file + * \@section + * \@subsection + * \@ref * \@defgroup * \@ingroup * \@addtogroup (as a synonym of \@ ingroup) @@ -42,6 +45,9 @@ function api_help($path, $arg) {