Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add Doxygen comments #204

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

vmaskmovps
Copy link

@vmaskmovps vmaskmovps commented Jun 18, 2024

I was frustrated with the lack of documentation in parts of this library, so I decided to at least attempt to document every metod, field and class/struct I could.

The reason this PR is so big is because I went through everything (and added about 2300 lines in the process :P).

Please look through it (and especially at the end at opt, I am a bit unsure there). @MikeMirzayanov

* @param s The string to check.
* @param pos The position of the character in the string.
* @return true if the character is a backslash, false otherwise.
*/
static bool __pattern_isSlash(const std::string &s, size_t pos) {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sidenote: why aren't these defined as private methods on the pattern class?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant