Re: [OpenSIPS-Devel] [opensips] doc: Fix typo's. Always regenerate all docs. (#258)

2014-07-01 Thread Bogdan Andrei IANCU
@wdoekes , any reasons why you force generating docs for all module (dropping 
the effect of the modules= filter ) ? It is quite annoying to regenerate 
everything (as time) when you changed only one module.


---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/258#issuecomment-47644003___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] doc: Fix typo's. Always regenerate all docs. (#258)

2014-07-01 Thread Walter Doekes
That's the flip side of the coin.

The other side is that I don't need to alter the modules-filter when I *do* 
want to regenerate all.

My problem with the current situation was that:
- I needed to generate one README
- I got 40% of the READMEs (because of the default selected modules)

I changed it to generate 100% of the readme's. At least now regeneration is 
consistent.

If you're considering changing things, I'd too favor an option to generate a 
single README. Preferably by just doing: `make modules/modulename/README` (or 
`make -C modules/modulename doc`)

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/258#issuecomment-47646142___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] doc: Fix typo's. Always regenerate all docs. (#258)

2014-07-01 Thread Bogdan Andrei IANCU
The best solution will be to have something like:
make modules-readme - covering all the module
make modules-readme modules=. - do it for only one module

The needed change is to have for doc related targets a different default list 
of modules, including all modules (instead of the one based on internal 
exclude_list).

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/258#issuecomment-47651722___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [opensips] doc: Fix typo's. Always regenerate all docs. (#258)

2014-06-30 Thread Walter Doekes
- Fix a few typo#39;s (*global, *allocate and a few others).
- Alter makefile so the docs are all touched when doing `make modules-readme`.
- Run `make modules-readme` to regenerate text readme#39;s.
You can merge this Pull Request by running:

  git pull https://github.com/wdoekes/opensips wjd-misc_typos

Or you can view, comment on it, or merge it online at:

  https://github.com/OpenSIPS/opensips/pull/258

-- Commit Summary --

  * doc: Fix typo#39;s. Always regenerate all docs.

-- File Changes --

M Makefile (103)
M doc/entities.xml (2)
M modules/aaa_radius/README (9)
M modules/aaa_radius/doc/aaa_radius_admin.xml (2)
M modules/acc/README (2)
M modules/b2b_logic/README (3)
M modules/b2b_sca/README (18)
M modules/carrierroute/README (3)
M modules/cpl-c/README (3)
M modules/db_berkeley/README (3)
M modules/db_cachedb/README (2)
M modules/db_http/README (2)
M modules/db_mysql/README (9)
M modules/db_oracle/README (3)
M modules/db_perlvdb/README (17)
M modules/db_postgres/README (3)
M modules/db_unixodbc/README (3)
M modules/db_virtual/dbase.c (4)
M modules/dialog/README (2)
M modules/dialog/dialog.c (10)
M modules/dialog/dlg_tophiding.c (46)
M modules/httpd/README (3)
M modules/identity/README (2)
M modules/jabber/README (3)
M modules/json/README (2)
M modules/load_balancer/README (4)
M modules/load_balancer/lb_parser.c (2)
M modules/mangler/sdp_mangler.c (37)
M modules/mi_fifo/README (2)
M modules/mi_xmlrpc/README (5)
M modules/mi_xmlrpc_ng/README (7)
M modules/mmgeoip/README (3)
M modules/nathelper/README (6)
M modules/osp/README (10)
M modules/pi_http/README (7)
M modules/presence/README (5)
M modules/presence_dialoginfo/README (3)
M modules/presence_mwi/README (3)
M modules/presence_xml/README (5)
M modules/pua/README (5)
M modules/pua_bla/README (7)
M modules/pua_dialoginfo/README (4)
M modules/pua_mi/README (7)
M modules/pua_usrloc/README (7)
M modules/pua_xmpp/README (5)
M modules/ratelimit/ratelimit_helper.c (2)
M modules/regex/README (3)
M modules/rls/README (5)
M modules/rtpproxy/README (2)
M modules/tm/README (12)
M modules/uac_registrant/README (4)
M modules/xcap/README (52)
M modules/xcap_client/README (8)
M modules/xmpp/README (5)

-- Patch Links --

https://github.com/OpenSIPS/opensips/pull/258.patch
https://github.com/OpenSIPS/opensips/pull/258.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/258
___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] doc: Fix typo's. Always regenerate all docs. (#258)

2014-06-30 Thread Bogdan Andrei IANCU
Merged #258.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/258#event-136521043___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel