updated doc
This commit is contained in:
@@ -218,6 +218,7 @@ add_custom_target(
|
||||
SOURCES
|
||||
appveyor.yml
|
||||
AUTHORS
|
||||
CONTRIBUTING.md
|
||||
LICENSE
|
||||
README.md
|
||||
TODO
|
||||
|
||||
@@ -352,7 +352,7 @@ I can't promise that each and every contribution will be accepted, but I can
|
||||
assure that I'll do my best to take them all seriously.
|
||||
|
||||
If you decide to participate, please see the guidelines for
|
||||
[contributing](docs/md/CONTRIBUTING.md) before to create issues or pull
|
||||
[contributing](CONTRIBUTING.md) before to create issues or pull
|
||||
requests.<br/>
|
||||
Take also a look at the
|
||||
[contributors list](https://github.com/skypjack/entt/blob/master/AUTHORS) to
|
||||
|
||||
1
TODO
1
TODO
@@ -22,5 +22,4 @@
|
||||
- iterator based each with a couple of iterators passed from outside (use bitmask + has)
|
||||
* stable component handle that isn't affected by reallocations
|
||||
* multi component registry::remove and some others?
|
||||
* move CONTRIBUTING.md within doc (for GitHub)
|
||||
* reactive systems
|
||||
|
||||
@@ -24,7 +24,7 @@ install(
|
||||
add_custom_target(
|
||||
docs_aob
|
||||
SOURCES
|
||||
md/CONTRIBUTING.md
|
||||
dox/extra.dox
|
||||
md/core.md
|
||||
md/entity.md
|
||||
md/faq.md
|
||||
@@ -35,5 +35,4 @@ add_custom_target(
|
||||
md/process.md
|
||||
md/resource.md
|
||||
md/signal.md
|
||||
dox/extra.dox
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user