From bb28bdd1d39a58e8682a54077b1933ad72d3dbb0 Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Sun, 12 Jul 2015 16:22:13 +0200 Subject: [PATCH] Fix spawn documentation so it appears in the API docs --- doc/plugins.dox | 1 + src/spawn.c | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/doc/plugins.dox b/doc/plugins.dox index 1e46d4bba..19c59b73e 100644 --- a/doc/plugins.dox +++ b/doc/plugins.dox @@ -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 diff --git a/src/spawn.c b/src/spawn.c index 9f22a1a9f..be3723232 100644 --- a/src/spawn.c +++ b/src/spawn.c @@ -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 -- 2.11.4.GIT