Kaydet (Commit) bb28bdd1 authored tarafından Colomban Wendling's avatar Colomban Wendling

Fix spawn documentation so it appears in the API docs

üst feca48b5
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment