Skip to content

Commit

Permalink
doxy: rename pages
Browse files Browse the repository at this point in the history
Improve the consistency of page naming.
  • Loading branch information
flatcap committed Sep 6, 2020
1 parent 8a6a581 commit 346364c
Show file tree
Hide file tree
Showing 111 changed files with 149 additions and 138 deletions.
2 changes: 1 addition & 1 deletion address/lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* @page address ADDRESS: Email Address Handling
* @page lib_address ADDRESS: Email Address Handling
*
* Email Address Handling
*
Expand Down
2 changes: 1 addition & 1 deletion alias/lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* @page alias ALIAS: Email Aliases
* @page lib_alias ALIAS: Email Aliases
*
* Email Aliases
*
Expand Down
2 changes: 1 addition & 1 deletion autocrypt/lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* @page autocrypt AUTOCRYPT: End-to-end encryption
* @page lib_autocrypt AUTOCRYPT: End-to-end encryption
*
* This is an implementation of Autocrypt Level 1.1. https://autocrypt.org/
*
Expand Down
2 changes: 1 addition & 1 deletion bcache/bcache.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/

/**
* @page bcache BCACHE: Body Caching - local copies of email bodies
* @page bcache_bcache Body Caching - local copies of email bodies
*
* Body Caching - local copies of email bodies
*/
Expand Down
10 changes: 10 additions & 0 deletions bcache/lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@
* this program. If not, see <http://www.gnu.org/licenses/>.
*/

/**
* @page lib_bcache BCACHE: Body Caching - local copies of email bodies
*
* Body Caching - local copies of email bodies
*
* | File | Description |
* | :------------------ | :------------------------- |
* | bcache/bcache.c | @subpage bcache_bcache |
*/

#ifndef MUTT_BCACHE_LIB_H
#define MUTT_BCACHE_LIB_H

Expand Down
2 changes: 1 addition & 1 deletion browser.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* @page browser GUI component for displaying/selecting items from a list
* @page neo_browser GUI component for displaying/selecting items from a list
*
* GUI component for displaying/selecting items from a list
*/
Expand Down
2 changes: 1 addition & 1 deletion command_parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/

/**
* @page command_parse Functions to parse commands in a config file
* @page neo_command_parse Functions to parse commands in a config file
*
* Functions to parse commands in a config file
*/
Expand Down
2 changes: 1 addition & 1 deletion commands.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/

/**
* @page commands Manage where the email is piped to external commands
* @page neo_commands Manage where the email is piped to external commands
*
* Manage where the email is piped to external commands
*/
Expand Down
2 changes: 1 addition & 1 deletion complete.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* @page complete String auto-completion routines
* @page neo_complete String auto-completion routines
*
* String auto-completion routines
*/
Expand Down
2 changes: 1 addition & 1 deletion compmbox/lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/

/**
* @page compmbox COMPMBOX: Compressed Mailbox
* @page lib_compmbox COMPMBOX: Compressed Mailbox
*
* Compressed mbox local mailbox type
*
Expand Down
2 changes: 1 addition & 1 deletion compose/lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* @page compose COMPOSE: Display and edit an email's headers
* @page lib_compose COMPOSE: Display and edit an email's headers
*
* Display the mailboxes in a side panel
*
Expand Down
2 changes: 1 addition & 1 deletion compress/lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* @page compress COMPRESS: Data compression
* @page lib_compress COMPRESS: Data compression
*
* These compression methods are used by the \ref hcache.
*
Expand Down
2 changes: 1 addition & 1 deletion config/lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* @page config CONFIG: Flexible handling of config items
* @page lib_config CONFIG: Flexible handling of config items
*
* User configurable variables.
*
Expand Down
2 changes: 1 addition & 1 deletion conn/lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* @page conn CONN: Network connections and their encryption
* @page lib_conn CONN: Network connections and their encryption
*
* Manage external connections.
*
Expand Down
2 changes: 1 addition & 1 deletion context.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* @page ctx The "currently-open" mailbox
* @page neo_ctx The "currently-open" mailbox
*
* The "currently-open" mailbox
*/
Expand Down
2 changes: 1 addition & 1 deletion copy.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/

/**
* @page copy Duplicate the structure of an entire email
* @page neo_copy Duplicate the structure of an entire email
*
* Duplicate the structure of an entire email
*/
Expand Down
2 changes: 1 addition & 1 deletion core/lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* @page core CORE: Backbone objects of NeoMutt
* @page lib_core CORE: Backbone objects of NeoMutt
*
* Backbone objects of NeoMutt
*
Expand Down
2 changes: 1 addition & 1 deletion debug/lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* @page debug DEBUG: Debugging tools
* @page lib_debug DEBUG: Debugging tools
*
* Debugging tools
*
Expand Down
2 changes: 1 addition & 1 deletion editmsg.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* @page editmsg Prepare an email to be edited
* @page neo_editmsg Prepare an email to be edited
*
* Prepare an email to be edited
*/
Expand Down
2 changes: 1 addition & 1 deletion email/lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* @page email EMAIL: Structs that make up an email
* @page lib_email EMAIL: Structs that make up an email
*
* Structs that make up an email
*
Expand Down
2 changes: 1 addition & 1 deletion enriched.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* @page enriched Rich text handler
* @page neo_enriched Rich text handler
*
* Rich text handler
*/
Expand Down
2 changes: 1 addition & 1 deletion enter.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/

/**
* @page enter GUI ask the user to enter a string
* @page neo_enter GUI ask the user to enter a string
*
* GUI ask the user to enter a string
*/
Expand Down
2 changes: 1 addition & 1 deletion flags.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* @page flags Manipulate the flags in an email header
* @page neo_flags Manipulate the flags in an email header
*
* Manipulate the flags in an email header
*/
Expand Down
2 changes: 1 addition & 1 deletion functions.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* @page functions Definitions of user functions
* @page neo_functions Definitions of user functions
*
* Definitions of user functions
*
Expand Down
2 changes: 1 addition & 1 deletion gui/lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* @page gui GUI: Graphical code
* @page lib_gui GUI: Graphical code
*
* Curses and Window code.
*
Expand Down
2 changes: 1 addition & 1 deletion handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* @page handler Decide how to display email content
* @page neo_handler Decide how to display email content
*
* Decide how to display email content
*/
Expand Down
2 changes: 1 addition & 1 deletion hcache/lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/

/**
* @page hcache HCACHE: Header cache API
* @page lib_hcache HCACHE: Header cache API
*
* The Header Cache saves data from email headers to a local store in order to
* speed up network mailboxes.
Expand Down
2 changes: 1 addition & 1 deletion hdrline.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*/

/**
* @page hdrline String processing routines to generate the mail index
* @page neo_hdrline String processing routines to generate the mail index
*
* String processing routines to generate the mail index
*/
Expand Down
2 changes: 1 addition & 1 deletion help.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* @page help Generate the help-page and GUI display it
* @page neo_help Generate the help-page and GUI display it
*
* Generate and help-page and GUI display it
*/
Expand Down
2 changes: 1 addition & 1 deletion helpbar/lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/

/**
* @page helpbar HELPBAR: One-liner Help
* @page lib_helpbar HELPBAR: One-liner Help
*
* One-liner Help
*
Expand Down
2 changes: 1 addition & 1 deletion history/lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* @page history HISTORY: Read/write command history from/to a file
* @page lib_history HISTORY: Read/write command history from/to a file
*
* Read/write command history from/to a file
*
Expand Down
2 changes: 1 addition & 1 deletion hook.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/

/**
* @page hook Parse and execute user-defined hooks
* @page neo_hook Parse and execute user-defined hooks
*
* Parse and execute user-defined hooks
*/
Expand Down
2 changes: 1 addition & 1 deletion icommands.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/

/**
* @page icommands Information commands
* @page neo_icommands Information commands
*
* Information commands
*/
Expand Down
2 changes: 1 addition & 1 deletion imap/lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/

/**
* @page imap IMAP: Network Mailbox
* @page lib_imap IMAP: Network Mailbox
*
* IMAP network mailbox
*
Expand Down
2 changes: 1 addition & 1 deletion index.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* @page index2 GUI manage the main index (list of emails)
* @page neo_index GUI manage the main index (list of emails)
*
* GUI manage the main index (list of emails)
*/
Expand Down
2 changes: 1 addition & 1 deletion init.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/

/**
* @page init Config/command parsing
* @page neo_init Config/command parsing
*
* Config/command parsing
*/
Expand Down
2 changes: 1 addition & 1 deletion keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* @page keymap Manage keymappings
* @page neo_keymap Manage keymappings
*
* Manage keymappings
*/
Expand Down
2 changes: 1 addition & 1 deletion mailcap.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* @page mailcap RFC1524 Mailcap routines
* @page neo_mailcap RFC1524 Mailcap routines
*
* RFC1524 defines a format for the Multimedia Mail Configuration, which is the
* standard mailcap file format under Unix which specifies what external
Expand Down
2 changes: 1 addition & 1 deletion maildir/lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* @page maildir MAILDIR: Local mailbox type
* @page lib_maildir MAILDIR: Local mailbox type
*
* Maildir local mailbox type
*
Expand Down
2 changes: 1 addition & 1 deletion maillist.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* @page maillist Handle mailing lists
* @page neo_maillist Handle mailing lists
*
* Handle mailing lists
*/
Expand Down
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*/

/**
* @page main Command line processing
* @page neo_main Command line processing
*
* Command line processing
*/
Expand Down
2 changes: 1 addition & 1 deletion mbox/lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/

/**
* @page mbox MBOX: Local mailbox type
* @page lib_mbox MBOX: Local mailbox type
*
* Mbox local mailbox type
*
Expand Down
2 changes: 1 addition & 1 deletion menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* @page menu GUI present the user with a selectable list
* @page neo_menu GUI present the user with a selectable list
*
* GUI present the user with a selectable list
*/
Expand Down
Loading

0 comments on commit 346364c

Please sign in to comment.