0

I'm writing my own documentation for a small ActionScript 3 library that I've written.

I'm trying to keep as close to the layout and content of the Adobe Livedocs as I can, while cleaning it up a little bit.

I think I've covered everything that people will want to know when reading my documentation, but I don't want to miss out on anything crucial before I start adding all of the classes I've created etc.

Is there anything you wish some documentation had? Are there things in most docs that you consider unessential?

Here's what I've got so far: https://projectavian.com/docs/zephyr/#/entity

Some things I've tried to cover are:

  1. Easy direct links to documentation sections. ie /#/class.propertyOrMethod as above.
  2. Neat tables at the top of the page listing briefly each property, method, constant or whatever other relevant staples are present in the class.
  3. Clearly separated blocks of information relating to each property or method which can be navigated to directly by the URL in step 1. Clicking the relevant text in the tables at the top of the page will also link down to here.
  4. Tidy layout for method arguments with concise explanations about each.
4

1 に答える 1

1

ドキュメントのデザインがとても気に入っています。初めて何かを作るときは、他の関連する作品を参照して、すべて同じベースをカバーしていることを確認するのが好きです. そうは言っても、あなたはそれらをカバーしたと思います。

私が知っているいくつかのよく文書化されたASクラス:

TweenMax @ http://www.greensock.com/as/docs/tween/com/greensock/TweenMax.html BulkLoader @ http://media.stimuli.com.br/projects/bulk-loader/docs/ CASA Lib @ http://as3.casalib.org/docs/

それらを参照して、非常に洗練された Action Script クラス ドキュメントへのインスピレーション/洞察を得ることができます。それぞれが複数のバージョンのリリースを経ており、時の試練に耐えています。

于 2011-11-24T00:19:41.040 に答える