summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-22 02:07:43 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-22 02:07:43 +0300
commit3af6cff7bc5551d11d1b87c61f7ec82f21e8095b (patch)
treef55e25c3f6ee284727489febacd43809cce3a9fa /README.md
parent956c0a882c30af6e3f08acbf3fa31587f1bdafab (diff)
downloadparanucker-3af6cff7bc5551d11d1b87c61f7ec82f21e8095b.tar.gz
paranucker-3af6cff7bc5551d11d1b87c61f7ec82f21e8095b.tar.bz2
paranucker-3af6cff7bc5551d11d1b87c61f7ec82f21e8095b.tar.xz
paranucker-3af6cff7bc5551d11d1b87c61f7ec82f21e8095b.zip
Try to fix tables in readmes.
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index ee2c00a..30d46df 100644
--- a/README.md
+++ b/README.md
@@ -37,15 +37,15 @@ Example:
gcc-5 -fplugin=../astdumper.so -fplugin-arg-astdumper-command=detectnullpointers
Known parameter values:
- | name | action |
- | ------------------ | ----------------------------------------------------- |
- | parse | silently parse AST |
- | dump | dump whole AST |
- | smalldump | small AST dump without indention |
- | memoryusage | show how many nodes parsed |
- | dumpunsupported | dump nodes what cant be parsed |
- | findargs | dump functions and argument names what can be checked |
- | detectnullpointers | search null pointers |
- | dumpnullpointers | search null pointers and dump some debug info |
+| name | action |
+| ------------------ | ----------------------------------------------------- |
+| parse | silently parse AST |
+| dump | dump whole AST |
+| smalldump | small AST dump without indention |
+| memoryusage | show how many nodes parsed |
+| dumpunsupported | dump nodes what cant be parsed |
+| findargs | dump functions and argument names what can be checked |
+| detectnullpointers | search null pointers |
+| dumpnullpointers | search null pointers and dump some debug info |
Readme on russian [README.ru.md](README.ru.md)