summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchatty1993-08-30 17:20:08 +0000
committerchatty1993-08-30 17:20:08 +0000
commit4e1945f4f69fb63f49c67f665745addd5fc74202 (patch)
tree3c71deb6651de9bcb4396f8ed6ef840c3dda9268
parent3a1b4d578a18e200168cfeddba0b8a12f552f2e1 (diff)
downloadivy-league-4e1945f4f69fb63f49c67f665745addd5fc74202.zip
ivy-league-4e1945f4f69fb63f49c67f665745addd5fc74202.tar.gz
ivy-league-4e1945f4f69fb63f49c67f665745addd5fc74202.tar.bz2
ivy-league-4e1945f4f69fb63f49c67f665745addd5fc74202.tar.xz
Fixed documentation
-rw-r--r--utils/RegExp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/RegExp.cc b/utils/RegExp.cc
index 4fdc030..99f7db3 100644
--- a/utils/RegExp.cc
+++ b/utils/RegExp.cc
@@ -17,7 +17,7 @@
/*?class CcuRegExp
The class \typ{CcuRegExp} was designed to encapsulate regular expression management,
-implemented by \fun{re_comp} and \fun{re_exec}, or \fun{regcmp} and \fun{regex},
+implemented by \fun{re\_comp} and \fun{re\_exec}, or \fun{regcmp} and \fun{regex},
depending on the operating system. The standard usage consists in initializing
a \typ{CcuRegExp}, then compiling it, and finally match strings against it.
?*/