fix Service(Type)Browser documentation
ClosedPublic

Authored by sitter on Oct 12 2018, 2:54 PM.

Details

Summary

servicebrowser code sample:

  • now uses our coding style
  • correctly references RemoteService::Ptr from outside the namespace
  • uses functor based connection syntax for compiler assisted validation

servicetypebrowser:

  • no longer uses incorrect doxygen references prentending to be ServiceBrowser (this resulted in a) the STB not showing up on api.kde.org AND b) the STB's docs being merged into the SB's)
  • documentation is clearly on what it browses exactly
Test Plan

kapidox_generate seems to generate sane docs now

Diff Detail

Repository
R272 KDNSSD
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
sitter created this revision.Oct 12 2018, 2:54 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptOct 12 2018, 2:54 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
sitter requested review of this revision.Oct 12 2018, 2:54 PM
sitter updated this revision to Diff 43468.Oct 12 2018, 2:56 PM

use QStringLiteral

broulik accepted this revision.Oct 14 2018, 4:06 PM
This revision is now accepted and ready to land.Oct 14 2018, 4:06 PM
This revision was automatically updated to reflect the committed changes.