Skip to content

Commit

Permalink
Make macri parse all relevant source files (GH-85)
Browse files Browse the repository at this point in the history

This fix causes the Pointer class to show up in macri. However, it shows up without methods,
so more investigation is still required into what is missing.
  • Loading branch information
ferrous26 committed May 31, 2012
1 parent a0f7c50 commit 80eeed9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .document
Expand Up @@ -3,8 +3,10 @@
# tool when it is given the top-level directory
# as an argument

# Process all the C source files
# Process all the C/C++/Objective-C source files
*.c
*.cpp
*.m

# the lib/ directory (which has its own .document file)

Expand Down

0 comments on commit 80eeed9

Please sign in to comment.