mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 18:49:03 -04:00
Document ServerConfig::Conf{Tags,Value} better.
This commit is contained in:
parent
84ed051be7
commit
680ecdae0c
@ -256,11 +256,16 @@ class CoreExport ServerConfig
|
||||
*/
|
||||
typedef insp::flat_map<std::string, reference<OperInfo> > OperIndex;
|
||||
|
||||
/** Get a configuration tag
|
||||
* @param tag The name of the tag to get
|
||||
/** Get a configuration tag by name. If one or more tags are present then the first is returned.
|
||||
* @param tag The name of the tag to get.
|
||||
* @returns Either a tag from the config or EmptyTag.
|
||||
*/
|
||||
ConfigTag* ConfValue(const std::string& tag);
|
||||
|
||||
/** Get a list of configuration tags by name.
|
||||
* @param tag The name of the tags to get.
|
||||
* @returns Either a list of tags from the config or an empty ConfigTagList.
|
||||
*/
|
||||
ConfigTagList ConfTags(const std::string& tag);
|
||||
|
||||
/** An empty configuration tag. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user