update index.html

This commit is contained in:
idk
2022-09-07 04:34:45 -04:00
parent b9c0fc5e38
commit 7e6f11f6b3
2 changed files with 4 additions and 4 deletions

View File

@ -91,7 +91,7 @@ package: net.i2p.i2pfirefox
| fileToBeModified | File | | | fileToBeModified | File | |
### undoValue [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L137) ### undoValue [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L138)
+ Description: + Description:
+ Access: private + Access: private
@ -105,7 +105,7 @@ package: net.i2p.i2pfirefox
| fileToBeModified | File | | | fileToBeModified | File | |
### validateFile [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L171) ### validateFile [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L172)
+ Description: Return true if the file is valid. + Description: Return true if the file is valid.
+ Access: public + Access: public
@ -117,7 +117,7 @@ package: net.i2p.i2pfirefox
| file | String | the file to check | | file | String | the file to check |
### validateExtensionDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L198) ### validateExtensionDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L199)
+ Description: Return true if the extension directory is valid. + Description: Return true if the extension directory is valid.
+ Access: public + Access: public

View File

@ -317,7 +317,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
<delete dir="plugin/eepsite/docroot/torrents/" /> <delete dir="plugin/eepsite/docroot/torrents/" />
<!-- get version number --> <!-- get version number -->
<buildnumber file="scripts/build.number" /> <buildnumber file="scripts/build.number" />
<property name="release.number" value="0.0.32" /> <property name="release.number" value="0.0.33" />
<!-- make the update xpi2p --> <!-- make the update xpi2p -->
<!-- this contains everything except i2ptunnel.config --> <!-- this contains everything except i2ptunnel.config -->