Fix spawn documentation so it appears in the API docs

This commit is contained in:
Colomban Wendling 2015-07-12 16:22:13 +02:00
parent feca48b59e
commit bb28bdd1d3
2 changed files with 5 additions and 0 deletions

View File

@ -55,6 +55,7 @@ We will try to document as many functions and structs as possible.
- @link msgwindow.h @endlink
- @link project.h @endlink
- @link sciwrappers.h Scintilla Wrapper Functions @endlink
- @link spawn.h Spawning programs @endlink
- @link stash.h Stash Pref/Setting Functions @endlink
- @link utils.h General Utility Functions @endlink
- @link ui_utils.h Widget Utility Functions @endlink

View File

@ -39,6 +39,10 @@
* This module does not depend on Geany when compiled for testing (-DSPAWN_TEST).
*/
/** @file spawn.h
* Portable and convenient process spawning and communication.
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif