updated doc

This commit is contained in:
Michele Caini
2019-05-21 22:51:45 +02:00
parent 5a02aeaa89
commit 09ff43ef0a
5 changed files with 3 additions and 4 deletions

View File

@@ -218,6 +218,7 @@ add_custom_target(
SOURCES
appveyor.yml
AUTHORS
CONTRIBUTING.md
LICENSE
README.md
TODO

View File

@@ -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
View File

@@ -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

View File

@@ -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
)