diff options
Diffstat (limited to 'include/graph.h')
-rw-r--r-- | include/graph.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/graph.h b/include/graph.h index 32995064..6d0849d8 100644 --- a/include/graph.h +++ b/include/graph.h @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ - /** * @file graph.h * @brief GRAPH module header file. @@ -32,7 +31,7 @@ #define GFX_USE_GRAPH FALSE #endif -#if GFX_USE_GRAPH +#if GFX_USE_GRAPH || defined(__DOXYGEN__) /*===========================================================================*/ /* Type definitions */ |