[asterisk-dev] Re: [svn-commits] trunk r32971 - /trunk/include/asterisk.h

Steven critch at basesys.com
Thu Jun 8 13:38:13 MST 2006


On Thu, 2006-06-08 at 09:48 -0500, Russell Bryant wrote:
> ----- svn-commits at lists.digium.com wrote:
> > Author: oej
> > Date: Thu Jun  8 02:29:46 2006
> > New Revision: 32971
> > 
> > URL: http://svn.digium.com/view/asterisk?rev=32971&view=rev
> > Log:
> > Doxygen formatting
> > 
> > Modified:
> >     trunk/include/asterisk.h
> > +int ast_set_priority(int);			/*!< Provided by asterisk.c */
> > +int load_modules(const int preload_only);	/*!< Provided by module.c
> > */
> > +int load_pbx(void);				/*!< Provided by pbx.c */
> > +int init_logger(void)				/*!< Provided by logger.c */;
> > +void close_logger(void)				/*!< Provided by logger.c */;

<snip>

Also it is a good idea to have the semicolons at the end of code, not
the end of comments as shown in the above 2 quoted lines.
-- 
Steven <critch at basesys.com>




More information about the asterisk-dev mailing list