Branch: refs/heads/master Author: Thomas Martitz kugel@rockbox.org Committer: Thomas Martitz kugel@rockbox.org Date: Mon, 21 Dec 2015 19:07:56 UTC Commit: ae0fac33f4e9149f59f126257936b6b5b9261669 https://github.com/geany/geany/commit/ae0fac33f4e9149f59f126257936b6b5b92616...
Log Message: ----------- doxygen: undo export of some items from commit 302b40e
Some types were undocumented on purpose and shall not be exported just yet.
Modified Paths: -------------- src/editor.h src/filetypes.h src/search.h
Modified: src/editor.h 9 lines changed, 4 insertions(+), 5 deletions(-) =================================================================== @@ -50,13 +50,12 @@ typedef enum } GeanyIndentType;
-/** Modes for automatic indentation */ typedef enum { - GEANY_AUTOINDENT_NONE = 0, /**< Autoindent Disabled */ - GEANY_AUTOINDENT_BASIC, /**< Very basic mode */ - GEANY_AUTOINDENT_CURRENTCHARS, /**< Autoindent based on the first char of the previous line */ - GEANY_AUTOINDENT_MATCHBRACES /**< Autoindent based on the position of the opening brace */ + GEANY_AUTOINDENT_NONE = 0, + GEANY_AUTOINDENT_BASIC, + GEANY_AUTOINDENT_CURRENTCHARS, + GEANY_AUTOINDENT_MATCHBRACES } GeanyAutoIndent;
Modified: src/filetypes.h 3 lines changed, 0 insertions(+), 3 deletions(-) =================================================================== @@ -113,9 +113,6 @@ GeanyFiletypeID;
#define filetype_id GeanyFiletypeID /* compat define - should be removed in the future */
-/** Filetype categories - * - * These are used to provide submenus for each category in the GUI */ typedef enum { GEANY_FILETYPE_GROUP_NONE,
Modified: src/search.h 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -54,7 +54,7 @@ enum GeanyFindSelOptions typedef struct GeanySearchPrefs { gboolean always_wrap; /* don't ask whether to wrap search */ - gboolean use_current_word; /* Use current word for default search text */ + gboolean use_current_word; /**< Use current word for default search text */ gboolean use_current_file_dir; /* find in files directory to use on showing dialog */ gboolean hide_find_dialog; /* hide the find dialog on next or previous */ gboolean replace_and_find_by_default; /* enter in replace window performs Replace & Find instead of Replace */
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).