• This project
    • Loading...
  • Sign in

tome / Tales of MajEyal · Files

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Merge Requests 54
  • Labels
  • Forks
  • Snippets
  • Network
  • t-engine4
  • make_doc.sh
  • docs ...
    6c068bce
    git-svn-id: http://svn.net-core.org/repos/t-engine4@15 51575b47-30f0-44d4-a5cc-537603b46e54
    dg authored
    2009-11-22 21:45:05 +0000  
    Browse Files »
make_doc.sh 79 Bytes
Raw Blame History Permalink
1 2 3 4 5
#!/bin/sh
cd game
luadoc --nofiles -d ../doc `find engine -name '*lua'`
cd ..