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

Russell Bryant russell at digium.com
Thu Jun 8 07:48:44 MST 2006


----- 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 */;
> +int reload_logger(int);				/*!< Provided by logger.c */
> +int init_framer(void);				/*!< Provided by frame.c */
> +int term_init(void);				/*!< Provided by term.c */
> +int astdb_init(void);				/*!< Provided by db.c */
> +void ast_channels_init(void);			/*!< Provided by channel.c */
> +void ast_builtins_init(void);			/*!< Provided by cli.c */
> +int dnsmgr_init(void);				/*!< Provided by dnsmgr.c */ 
> +void dnsmgr_start_refresh(void);		/*!< Provided by dnsmgr.c */
> +int dnsmgr_reload(void);			/*!< Provided by dnsmgr.c */

As stated in the coding guidelines, when using inline comments, please use spaces for indentation instead of tabs.  Otherwise, we will keep getting formatting patches from people because it doesn't look right when displaying tabs differently than the last person editing this code.

-- 
Russell Bryant
Software Developer
Digium, Inc.




More information about the asterisk-dev mailing list