PLUTO
|
Documentation template for C source files. More...
#include "pluto.h"
Go to the source code of this file.
Macros | |
#define | NEW_MACRO(a) (a+1) |
Functions | |
void | MyFunctionTemplate (int var) |
Variables | |
int | global_var |
This is the description of global_var1. More... | |
Documentation template for C source files.
Detailed description of the file goes here.
References
Definition in file doxy-comment.c.
This is a comment for the following macro
Definition at line 30 of file doxy-comment.c.
void MyFunctionTemplate | ( | int | var | ) |
Start commenting the function here.
[in] | state | pointer to State_1D structure |
[in] | beg | initial index of computation |
[in] | end | final index of computation |
[in,out] | d | pointer to PLUTO Data structure |
[out] | src | 2D array of source terms |
[in] | grid | pointer to an array of Grid structures |
The following is an itemized list of HOWTO:
font
symbol (for multiple words use more than one word
).Indentation stops here.
To produce an enumerated list:
To produce code block just leave one blank line before and after and then indent like
FL -> swL*FL + swR*I(FR) FR -> swL*I(FL) + swR*FR
and come back.
To display a piece of code use
References
This is a buil-int comment
Definition at line 35 of file doxy-comment.c.
int global_var |
This is the description of global_var1.
Definition at line 32 of file doxy-comment.c.