Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add the files generated by javasphinx in the git
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 11 Nov 2019 00:13:59 +0000 (01:13 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 11 Nov 2019 00:14:03 +0000 (01:14 +0100)
commit1ae0a4689470568e864ef356ead1c9a0b67df03c
treed9e05ad05274b348664b73ccf00ba4b1b85e9100
parentcd3b75540629d88984e6fc9092f79fae8cc8c52b
Add the files generated by javasphinx in the git

That way, we don't need that deprecated piece of code. Plus, the java
code is near to dead so it should not evolve in the future.

If I am to add new java bindings (for s4u), I'll write the doc weaved
into the current doc that already contains the C++/Python/C doc. So I
won't use javasphinx for that either.

As a bonus, I may be able to generate the doc in the Debian package.
22 files changed:
.gitignore
docs/source/java/org/simgrid/msg/As.rst [new file with mode: 0644]
docs/source/java/org/simgrid/msg/Comm.rst [new file with mode: 0644]
docs/source/java/org/simgrid/msg/File.rst [new file with mode: 0644]
docs/source/java/org/simgrid/msg/Host.rst [new file with mode: 0644]
docs/source/java/org/simgrid/msg/HostFailureException.rst [new file with mode: 0644]
docs/source/java/org/simgrid/msg/HostNotFoundException.rst [new file with mode: 0644]
docs/source/java/org/simgrid/msg/JniException.rst [new file with mode: 0644]
docs/source/java/org/simgrid/msg/Msg.rst [new file with mode: 0644]
docs/source/java/org/simgrid/msg/MsgException.rst [new file with mode: 0644]
docs/source/java/org/simgrid/msg/Mutex.rst [new file with mode: 0644]
docs/source/java/org/simgrid/msg/Process.rst [new file with mode: 0644]
docs/source/java/org/simgrid/msg/ProcessKilledError.rst [new file with mode: 0644]
docs/source/java/org/simgrid/msg/ProcessNotFoundException.rst [new file with mode: 0644]
docs/source/java/org/simgrid/msg/Semaphore.rst [new file with mode: 0644]
docs/source/java/org/simgrid/msg/Storage.rst [new file with mode: 0644]
docs/source/java/org/simgrid/msg/StorageNotFoundException.rst [new file with mode: 0644]
docs/source/java/org/simgrid/msg/Task.rst [new file with mode: 0644]
docs/source/java/org/simgrid/msg/TaskCancelledException.rst [new file with mode: 0644]
docs/source/java/org/simgrid/msg/TimeoutException.rst [new file with mode: 0644]
docs/source/java/org/simgrid/msg/TransferFailureException.rst [new file with mode: 0644]
docs/source/java/org/simgrid/msg/VM.rst [new file with mode: 0644]