Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sun, 12 Jul 2015 14:32:10 UTC Commit: bb28bdd1d39a58e8682a54077b1933ad72d3dbb0 https://github.com/geany/geany/commit/bb28bdd1d39a58e8682a54077b1933ad72d3db...
Log Message: ----------- Fix spawn documentation so it appears in the API docs
Modified Paths: -------------- doc/plugins.dox src/spawn.c
Modified: doc/plugins.dox 1 lines changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -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
Modified: src/spawn.c 4 lines changed, 4 insertions(+), 0 deletions(-) =================================================================== @@ -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
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).