summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael McClurg <michael.mcclurg@outlook.com>2020-06-30 16:30:45 -0600
committerMichael McClurg <michael.mcclurg@outlook.com>2020-06-30 16:30:45 -0600
commitb421bc622a6fee68572737d91f5f9aba91ebb67e (patch)
treeea9364bf88a724ba140ade79ecade63916a5b02f
parent921a0ae1afd8f7f68736ff68988ebec2709f6349 (diff)
downloadlibical-git-b421bc622a6fee68572737d91f5f9aba91ebb67e.tar.gz
Undo accidental file commit
-rw-r--r--regex.md66
1 files changed, 0 insertions, 66 deletions
diff --git a/regex.md b/regex.md
deleted file mode 100644
index 939615c6..00000000
--- a/regex.md
+++ /dev/null
@@ -1,66 +0,0 @@
-gtk-doc comment:
-```regex
-(<comment [^/]*>[\w .]+[^.])(</comment>)
-```
-
-Doxygen
-```regex
-(/\*\* .*[a-z]) (\*/)
-```
-
-Doxygen over multiple lines
-
-Doxygen case correction
-```regex
-([ \r\n/\*]\* +)([a-z])
-```
-## TODO
-@brief
-(done) it's
-(done) Create -> creates
-(done) Return -> returns
-(done) Set -> sets
-(done) Get -> gets
-(done) Free -> frees
-Period at end of params? Briefs? Returns?
-Replace %NULL in gtk-doc
-icalparameter.c Weird format
-an [not vowel]
-a [vowel]
-
-## DONE
-- Java
- - icalparameter.java
- - ICalDurationType.java
- - ICalProperty.java
- - ICalTimeType.java
- - ICalTriggerType.java
- - ICalValue.java
- - VComponent.java
- - ICalRecurrenceType.java
-- C
- - astime.h
- - caldate.c
- - icalarray.h
- - icalattach.h
- - icalcomponent.c (period at end of brief?)
- - icalcomponent.h (same)
- - icalduration.h
- - icalderivedvalue.h.in
- - icalenums.c
- - icalerror.c
- - icalerror.h
- - icallangbind.c/h
- - icalmemory.c/h
- - icalmime.c/h
- - icalparameter_cxx
- - icalparameter.c (mostly)
- - icalparameter.h
- - icalparameterimpl.h
- - icalparser.c/h
- - icalperiod.c/h
- - icalproperty.c/h
- - icalrecur.c
-
-## Inconsistencies
-- icalparser:get_line \ No newline at end of file