Fix documentation of get_config_path().
This commit is contained in:
parent
541a63dd73
commit
f57555fb3a
|
@ -32,9 +32,9 @@ po::variables_map parse_options(int argc, char *argv[]);
|
|||
/*!
|
||||
* @brief Returns the path of the config file.
|
||||
*
|
||||
* Tries these paths: ${XDG_CONFIG_HOME}/epubgrep.conf
|
||||
* ${HOME}/.config/epubgrep.conf
|
||||
* epubgrep.conf
|
||||
* If XDG_CONFIG_HOME is set: ${XDG_CONFIG_HOME}/epubgrep.conf
|
||||
* If HOME is set: ${HOME}/.config/epubgrep.conf
|
||||
* Otherwise: epubgrep.conf
|
||||
*/
|
||||
std::string get_config_path();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user