secondlife / secondlife/create
Slua reference break functions into modules in left hand menu
Nobody has claimed this yet.
- Dominant language
- MDX
- Stars
- 12
- Forks
- 7
- Avg merge
- 2h 53m
- Merged PRs (30d)
- 1
Description
Currently functions are just listed as llFunction for slua.
there should probably be no Functions section at all, and instead a list of modules
llAbsAcos- ...
bit32- ...
llbase64- ...
lljson- ...
math- ...
- ...
Categories #3 will help, but the right hand menu reflecting the structures available in code would probably be best.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the slua reference navigation and how the current Functions section exposes entries such as llFunction. Compare it with the module structure described in the issue and Categories #3. Done means the left-hand menu groups functions under modules such as ll, bit32, llbase64, lljson, and math, without a separate Functions section.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100