diff options
Diffstat (limited to 'src/option.h')
-rw-r--r-- | src/option.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/option.h b/src/option.h index e758ee99..b02425a6 100644 --- a/src/option.h +++ b/src/option.h @@ -29,6 +29,20 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +/** + * @addtogroup expr + */ + +/** + * @file option.h + * @author John Wiegley + * + * @ingroup expr + * + * @brief Brief + * + * Long. + */ #ifndef _OPTION_H #define _OPTION_H |