BASIS  version 1.2.3 (revision 2104)
Functions | Variables
DocTools.cmake File Reference

Tools related to gnerating or adding software documentation. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

function basis_add_changelog ()
 Add target for generation of ChangeLog file.
function basis_add_doc (in TARGET_NAME, in ARGN)
 Add documentation target.
function basis_default_doxygen_filters (in FILTER_PATTERNS)
 Get default Doxygen filter patterns.

Variables

 BASIS_DOXYGEN_DOXYFILE
 Default Doxygen configuration.

Detailed Description

Tools related to gnerating or adding software documentation.

Copyright (c) 2011, 2012 University of Pennsylvania. All rights reserved.
See https://www.cbica.upenn.edu/sbia/software/license.html or COPYING file.

Contact: SBIA Group <sbia-software at uphs.upenn.edu>

Definition in file DocTools.cmake.


Function Documentation

function basis_add_changelog ( )

Add target for generation of ChangeLog file.

The ChangeLog is either generated from the Subversion or Git log depending on which revision control system is used by the project. Moreover, the project's source directory must be either a Subversion working copy or the root of a Git repository, respectively. In case of Subversion, if the command-line tool svn2cl(.sh) is installed, it is used to output a nicer formatted change log.