Axel Cocat
6aa0fd18b4
docs: port docs generator to python3
2022-02-02 23:46:36 +01:00
Rochet2
9413bee27a
Render sidebar dynamically with js
2021-05-27 00:26:09 +03:00
Rochet2
c97dd03d61
Store doc generation date once
2021-05-26 23:31:48 +03:00
Rochet2
76dae78ee4
Fix ObjectGuid in doc generation
2021-05-26 23:31:04 +03:00
Rochet2
17a5307935
Remove TC cata from install guide
2018-03-02 15:40:21 +02:00
Rochet2
335e8d9a95
Fix documentation links
2017-11-17 23:51:22 +02:00
Rochet2
8982acfc08
Delete LICENSE.md
2017-07-30 21:30:45 +03:00
Rochet2
92c3c050d0
Change not found message for documentation search
2017-07-30 12:09:12 +03:00
Rochet2
5638cc53f8
Implement delay ranges https://github.com/ElunaLuaEngine/Eluna/issues/205
2017-07-25 21:51:46 +03:00
Rochet2
8c05149038
Update INSTALL.md
2017-03-26 01:48:21 +02:00
Rochet2
f3de130282
Update INSTALL.md
2017-03-26 01:46:33 +02:00
Rochet2
8d3433f4b5
Update DOC_GEN.md
2017-03-15 23:54:15 +02:00
Rochet2
d5f0db1335
Update IMPL_DETAILS.md
2017-03-15 23:52:14 +02:00
Rochet2
655e1a2a94
Update MERGING.md
2017-03-15 23:50:47 +02:00
Rochet2
98d2137f20
Update USAGE.md
2017-03-15 23:46:28 +02:00
Rochet2
c6d037345b
Update CONTRIBUTING.md
2017-03-15 23:43:47 +02:00
Rochet2
d99400ee80
Update CONTRIBUTING.md
2017-03-15 23:42:01 +02:00
Rochet2
4cd1c608a3
Update requirements
2016-12-02 21:25:35 +02:00
Rochet2
416c39837c
Add new requirements
2016-10-18 23:01:31 +03:00
Rochet2
404fe51cb9
Add links to enum searches from ElunaTrinityWotlk repository
2016-04-09 12:56:26 +03:00
Rochet2
e3dd72d27b
Disable history when browsing files locally
...
http://stackoverflow.com/a/32454237/3586583
2016-03-19 19:35:37 +02:00
Rochet2
c214d4f37b
Add missing new year
2016-01-05 20:27:21 +02:00
Tommy
c40d16c9f8
Updated Merging doc
2015-08-28 17:59:02 -04:00
Rochet2
301869b8fb
Add documentation about global method tables
2015-08-01 23:46:00 +03:00
Rochet2
d57ca139b7
Add Eluna documentation: features and getting started
2015-07-31 23:18:27 +03:00
Rochet2
f3cd70c401
Enhance documentation
...
fix [] errors in types
fix int not set as basetype
add generated date to bottom of page
Rename Crates to All Classes and remove it from the class view
2015-05-10 01:43:32 +03:00
Rochet2
b01d441dbd
Fix links
2015-05-02 03:12:02 +03:00
Rochet2
edfbaab68d
Update CONTRIBUTING.md
2015-04-10 23:13:03 +03:00
Rochet2
fd51e1158f
Update DOC_GEN.md
2015-04-10 23:11:20 +03:00
Rochet2
d50a52ccb3
Enhance readme and docs
2015-04-10 23:00:33 +03:00
Rochet2
13d41a0853
Update MERGING.md
2015-03-16 20:17:06 +02:00
Patman64
e84a123e39
Fix Global: appearing in docs where it isn't wanted.
...
Also fix a broken font.
2015-03-08 19:31:31 -04:00
Rochet2
5bf5b11c6f
Change doc copyright
2015-01-02 19:59:49 +02:00
Foereaper
9e196581c2
Added temporary link to LuaFunctions documentation
2014-12-22 06:25:05 +01:00
Patman64
289aec2c04
Update documentation standard.
2014-12-21 21:08:19 -05:00
Patman64
ce53dfb25b
Improve support for variable args in documentation.
...
Now prototypes are automatically generated with/without default arguments,
to better illustrate that they are optional.
2014-12-21 20:45:55 -05:00
Rochet2
631e220b31
Eluna changes
...
* Attempt fix VS 2010 pow error
* Tweak the doc parser a little to work with variable arugments ... and show
enum names and similar.
* Change push and check to work with more types like size and time (fix osx)
* Add errors to using not implemented operations on eluna objects
* Change some SQL comments to work with documentation better
* Add functions to create uint64 and int64 values (may need rename)
* Change doc generation documentation a little to make it clearer how proto is used
2014-12-20 18:24:53 +02:00
Rochet2
a7f4954fbe
Eluna implement functions from #121 , implement hidden file ignoring closes #122 , enhance documentation in places, change requiring some now only allowing unique filenames
2014-11-22 17:16:41 +02:00
Rochet2
9814d8571a
Update MERGING.md
2014-09-24 20:11:00 +03:00
Rochet2
8b0a89e68f
Update MERGING.md
2014-09-24 20:09:10 +03:00
Faded
9533cb2461
Added a few copyrights, footer and index.
2014-09-16 13:53:46 -07:00
Patman64
3364403701
Fix bug in parser that prevented code in docs.
2014-08-16 04:12:28 -04:00
Rochet2
a1af701436
Update DOC_GEN.md
2014-08-16 10:31:09 +03:00
Patman64
b8b8e06ec3
Fix links in search results.
2014-08-16 01:09:36 -04:00
Rochet2
ce2637e322
Eluna Implement [] to parser, change all & to [] in documentation and fix a bug with CastCustomSpell
2014-08-13 17:02:21 +03:00
Rochet2
9e49400768
Fix logic in parser
2014-08-12 19:40:22 +03:00
Patman64
1855364cb1
Modify parser to support multiple prototypes per method.
...
An example of this is added for WorldObject:GetDistance.
2014-08-12 03:22:33 -04:00
Rochet2
f59864a60e
Eluna fix doc search links
2014-08-11 22:04:04 +03:00
Rochet2
4e231b77ab
Eluna fix parser &links
2014-08-11 20:58:08 +03:00
Rochet2
f71a820eba
Merge branch 'master' of https://github.com/ElunaLuaEngine/Eluna
2014-08-11 11:48:30 +03:00