Source Documentation with doxygen?


hello,

i tired make html-documentation of source-code doxygen - empty sheed.

is there have take care of when create documentation?

at moment source & comments looks example:
code: [select]

/**
* int
* choose input pin (for pushbutton)
*/

int inpin_1 = 3;  /**< int value inpin_1, connected pin3. */  
int inpin_2 = 4;  /**< int value inpin_2, connected pin4. */  
int inpin_3 = 5;  /**< int value inpin_3, connected pin5. */  



any ideas made mistake?

greetings,
selestra

did create config file ?

code: [select]
doxygen -g config_file_name

then you'll have edit suite needs. there's quite detailed pdf manual comes (at least on suse).


Arduino Forum > Forum 2005-2010 (read only) > Software > Development > Source Documentation with doxygen?


arduino

Comments

Popular posts from this blog

CAN'T INSTALL MAMBELFISH 1.5 FROM DIRECTORY - Joomla! Forum - community, help and support

error: expected initializer before 'void'

CPU load monitoring using GPIO and leds - Raspberry Pi Forums